home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / boss_sup.zip / LOADBC.BAT < prev    next >
DOS Batch File  |  1991-10-03  |  244b  |  9 lines

  1. rem This is an example, you do not have run this batch file to
  2. rem  use the demo program (bossdemo).
  3. rem
  4. pause
  5. subst g: d:\hli\borlandc
  6. tlink /c g:\lib\c0s bossdemo,bossdemo,bossdemo,swin g:\lib\emu g:\lib\maths g:\lib\cs
  7. subst g: /d
  8. 
  9.